BibliographyConfiguration Class

Represents how bibliography entries are displayed in-line, and how they are displayed in a bibliography index.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class BibliographyConfiguration
Inheritance
Object    BibliographyConfiguration

Constructors

BibliographyConfiguration Initializes a new instance of the BibliographyConfiguration class.

Properties

Country Contains the country code used for sorting a bibliographic index.
Language Contains the language code used for sorting an alphabetical index.
NumberedEntries Specifies whether a number is displayed for bibliography entries instead of their short name. The defined values for the are: -false: short names for bibliographic entries displayed. -true: number displayed for bibliographic entries. The default value for this attribute is false.
Prefix Contains a string that is displayed before a bibliography entry's short name or number if it occurs outside the bibliography.
SortAlgorithm Contains the locale specific sorting algorithm by name.
SortByPosition Specifies whether bibliography entries are displayed in the order of their positions in the document, or by selected fields. The defined values are: -false: bibliographic entries are displayed in the order of their positions in a document. -true: bibliographic entries are displayed as sorted by selected fields. The default value for this attribute is true.
SortKeys Contains the single sort key if bibliography entries are not displayed in document order.
Suffix Contains a string that is displayed after a bibliography entry's short name or number if it occurs outside the bibliography.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current BibliographyConfiguration object to its equivalent string representation.
(Overrides ObjectToString)

See Also